home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / prtcs155.zip / SCREEN.CFG < prev    next >
Text File  |  1994-01-14  |  2KB  |  52 lines

  1. /* See ScreenManger 1.13c docs for more information */
  2. /* TEXT OVERSCAN VALUES As defined in the Prefs program OVERSCAN */
  3. TEXTOVERSCAN_WIDTH=652
  4. TEXTOVERSCAN_HEIGHT=230
  5. SCREENMODES="H"
  6. SCREENGLOBALS="TOBACK,AUTOCLOSE"
  7. SCREENCX="CX_TOFRONT='Lshift F1',CX_DEFAULT='F2'"
  8. /* screenprefs - width,height,bitplanes */
  9. SCREENPREFS="640,235,3"
  10. /* FONT and Size to use */
  11. SCREENFONT="IBM,8"
  12. /* Screen Colors */
  13. /*      R  G  B */
  14. RGB.0=" 8  4  4"
  15. RGB.1=" 0  0  4"
  16. /* 2 or more bitplanes */
  17. RGB.2="11 12  9"
  18. RGB.3=" 7  7  6"
  19. /* 3 or more bitplanes */
  20. RGB.4=" 9  0  2"        
  21. RGB.5="12  7  1"        
  22. RGB.6="12  9  3"        
  23. RGB.7=" 7  6  7"        
  24. /* ADD MORE IF 4 or more  BITPLANES */ 
  25. RGB.8=" 6  2  0"        
  26. RGB.9="12 12 12"        
  27. RGB.10=" 9 15  1"        
  28. RGB.11="14 10  0"        
  29. RGB.12=" 5  5 15"        
  30. RGB.13="12 14 12"        
  31. RGB.14="13 10  7"        
  32. RGB.15="14  5  1"        
  33. /*  PENS -    */
  34. /*  Every character is interpreted as a hexadecimal index into the color  */
  35. /*  table that was set with the COLORS command. From this results that only   */
  36. /*  the first 16 color registers are usable.  */
  37. /*  Pen  Name             is used for...  */
  38. /*   1   DETAILPEN        ordinary text (compatible with 1.3) */
  39. /*   2   BLOCKPEN         ordinary fill operations (compatible with 1.3)  */
  40. /*   3   TEXTPEN          ordinary labels/    */
  41. /*   4   SHINEPEN         shiny edges on 3D objects   */
  42. /*   5   SHADOWPEN        dark edges on 3D objects    */
  43. /*   6   FILLPEN          background of highlighted elements \ e.g. active    */
  44. /*   7   FILLTEXTPEN      text in highlighted elements       / window border  */
  45. /*   8   BACKGROUNDPEN    background - must be set to 0   */
  46. /*   9   HIGHLIGHTTEXTPEN emphasized text */
  47. /*  Make SURE you do not refernce color registers that are not    */
  48. /*  available for number of Planes selected   */
  49. /*           123456789    */
  50. SCREENPENS="712341206"
  51. /**/
  52.